Update actions
authorErik Schnetter <schnetter@gmail.com>
Fri, 20 Dec 2024 18:05:10 +0000 (13:05 -0500)
committerErik Schnetter <schnetter@gmail.com>
Fri, 20 Dec 2024 18:05:10 +0000 (13:05 -0500)
.github/workflows/ci-fuzz.yml
.github/workflows/cmake.yml
.github/workflows/make.yml

index afd79becc77fecc58ed86d440cf8551268bff001..268eb1e76edf04828ec592b6abdaddcf0f85395d 100644 (file)
@@ -16,8 +16,8 @@ jobs:
         fuzz-seconds: 600
         dry-run: false
     - name: Upload Crash
-      uses: actions/upload-artifact@v1
+      uses: actions/upload-artifact@v4
       if: failure()
       with:
         name: artifacts
-        path: ./out/artifacts
\ No newline at end of file
+        path: ./out/artifacts
index 28814405ef285e1e67813853ce236cb376dabb45..b540e355e238d953bf05215a504075e9eb151857 100644 (file)
@@ -17,7 +17,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }} - shared=${{ matrix.shared }}
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Build
       run: |
         mkdir build
@@ -27,7 +27,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: ${{ matrix.os }}
         path: |
@@ -45,7 +45,7 @@ jobs:
       run:
         shell: msys2 {0}
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - uses: msys2/setup-msys2@v2
       with:
         install: gcc make mingw-w64-x86_64-cmake
@@ -58,7 +58,7 @@ jobs:
       run: ctest --test-dir build -V
     - name: Upload shared lib
       if: matrix.shared == 'ON'
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: windows-mingw64
         path: build/libutf8proc.*
index acc975d302fe103fe0f58f240bcc8e8bdf15c7b9..05b0653a0c9ec68e6e0d36e0a9a7ae77c307259c 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     name: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     # TODO: update makefile to check MANIFEST
     - name: Install dependencies (MacOS)
       if: runner.os == 'macOS'
@@ -35,7 +35,7 @@ jobs:
     - name: Make lib
       run: make
     - name: Upload shared lib
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v4
       with:
         name: make-${{ matrix.os }}
         path: libutf8proc.*